
.template-list{
    position: relative;
    margin-bottom:50px;
}
.bxc{
    opacity: 0;
}
.waterfall-item{
    width: calc((100% - 103px)/6);
    position: absolute;
}
.waterfall-item:hover .hover-show{
    display: block;
}
.img-area{
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.template-img,.video-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,.08);
}
.item-title{
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #424246;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
    cursor: pointer;
    text-align: left;
    font-weight: 600;
}
.hover-show{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.08);*/
    /*z-index: 10;*/
    overflow: hidden;
}


.collect,.preview,.locked,.unlocked ,.video-icon-item{
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    padding: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collect{
    top: 8px;
    left:13px;
    z-index: 3;
}
.preview{
    top: 8px;
    left: 50px;
    z-index: 3;
}
.video-icon-item{
    width: 60px;
    bottom: 20px;
    right: 13px;
    z-index: 3;



}
.video-icon-img{
    margin-right: 5px;
}
.locked,.unlocked{
    top: 8px;
    right: 10px;
}

.collect-img {
    width: 16px;
}

.vip-template{
    position: absolute;
    right: 8px;
    top: 8px;
}
.vip-template-icon{
    width: 60px;
}
.edit{
    position: absolute;
    bottom: 8px;
    left: 8px;
    display: flex;
    align-items: center;
    height: 34px;
    line-height: 1;
    padding: 0 12px 0 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 17px;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    z-index: 9;
}
.img-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 12px 20px;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.08);
}
.item-text {
    width: 220px;
    font-size: 16px;
    font-weight: 600;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.item-record {
    font-size: 12px;
    color: #9e9fa4;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*cursor: pointer;*/
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    margin-top: 5px;
}
.copyright-link{
    color: #573bff;
    margin-right: 15px;
}
.used-area{
    background-color: #fff;
    border-radius: 6px;
    display: inline-block;
    font-size: 12px;
    font-weight: 550;
    color: #2b2b2b;
    padding: 8px;
    z-index: 3;
    position: absolute;
    right: 5px;
    top: 8px;
}

/*@media (max-width:1500px) {
    .waterfall-item{
        width: 15.98%;
    }
}
@media (max-width:1400px) {
    .waterfall-item{
        width: 15.9%;
    }
}*/
@media  (max-width:1200px) {
    .collect,.preview{
        width: 22px;
        height: 22px;
    }
    .collect-img,.preview-icon{
        width: 12px;
    }
    .preview{
        left: 40px;
    }
    }

.video-js,.vjs-poster{
    background: none;
}

.vjs-tech{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}




